projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8105b77
)
(command-line-1): Display a message in the echo area.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Nov 1993 08:04:41 +0000
(08:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Nov 1993 08:04:41 +0000
(08:04 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index bdce263ceca5a4ed6d2863cc99c03803d18fe92e..4ad6213ba6cc511d8b70db92830ac91f84ead564 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-427,6
+427,8
@@
Type \\[describe-distribution] for information on getting the latest version."))
(if (> file-count 2)
(or (get-buffer-window first-file-buffer)
(progn (other-window 1)
- (buffer-menu)))))))
+ (buffer-menu))))))
+ (message (substitute-command-keys
+ "For information about the GNU project and its goals, type \\[describe-project].")))
;;; startup.el ends here